From eb4b1e965b666f5368ae00bc851fa8d6a98123ec Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 9 Jun 2009 02:50:33 +0000 Subject: [PATCH] (Character Sets): State clearly that FROM and TO are codepoints of CHARSET. --- doc/lispref/nonascii.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 9f8df7c77f2..c340cb582f0 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi @@ -647,8 +647,9 @@ argument is the optional argument @var{arg}. By default, the range of codepoints passed to @var{function} includes all the characters in @var{charset}, but optional arguments @var{from} and @var{to} limit that to the range of characters between these two -codepoints. If either of them is @code{nil}, it defaults to the first -or last codepoint of @var{charset}, respectively. +codepoints of @var{charset}. If either of them is @code{nil}, it +defaults to the first or last codepoint of @var{charset}, +respectively. @end defun @node Scanning Charsets -- 2.30.2